﻿(?<=[^=]{3})[A-Z]{1}(?=\d{1})

use this to find only the letter in a product key and change it to the new one
this uses a lookbehind and lookhead